Gets the item with the specified index.
HRESULT Item(long item, [out, retval] IServiceInfo** pVal);
Item(long item, [out, retval] IServiceInfo* pVal);
Sub Item(item As long, pVal As [out, retval] IServiceInfo*)
Parameters |
Description |
long item |
The index of the item to retrieve. The valid range is 1 to Count. |
The requested object. Fails with ADT_E_NOT_FOUND if the index is not valid.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|